home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / frame_3 / PlaceObject2_144_24 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  1.7 KB  |  90 lines

  1. onClipEvent(enterFrame){
  2.    if(!_root.nextbot2)
  3.    {
  4.       _root.bot2._x = 800;
  5.    }
  6.    if(!_root.nextbot1)
  7.    {
  8.       _root.bot1._x = 800;
  9.    }
  10.    if(!_root.nextbot3)
  11.    {
  12.       _root.bot3._x = 800;
  13.    }
  14.    if(!_root.nextbot4)
  15.    {
  16.       _root.bot4._x = 850;
  17.    }
  18.    if(!_root.nextbot5)
  19.    {
  20.       _root.bot5._x = 660;
  21.    }
  22.    if(!_root.nextbot6)
  23.    {
  24.       _root.bot6._x = 700;
  25.    }
  26.    if(!_root.nextbot7)
  27.    {
  28.       _root.bot7._x = 700;
  29.    }
  30.    if(!_root.nextbot8)
  31.    {
  32.       _root.bot8._x = 800;
  33.    }
  34.    if(!_root.nextbot9)
  35.    {
  36.       _root.bot9._x = 700;
  37.    }
  38.    if(!_root.nextbot10)
  39.    {
  40.       _root.bot10._x = 1000;
  41.    }
  42.    if(_root.stopbots2)
  43.    {
  44.       _root.bot3._x = 1000;
  45.       _root.bot4._x = 1000;
  46.       _root.bot5._x = 1000;
  47.    }
  48.    if(_root.stopbots3)
  49.    {
  50.       _root.bot6._x = 1000;
  51.       _root.bot7._x = 1000;
  52.       _root.bot8._x = 1600;
  53.    }
  54.    if(_root.stopbots4)
  55.    {
  56.       _root.bot9._x = 1000;
  57.       _root.bot10._x = 3000;
  58.       _root.bot11._x = 1000;
  59.    }
  60.    if(_root.stopbots1)
  61.    {
  62.       _root.bot1._x = 1000;
  63.       _root.bot1.gotoAndStop(94);
  64.       _root.bot2._x = 1000;
  65.       _root.bot2.gotoAndStop(101);
  66.    }
  67.    if(_root.level1._x < -2688)
  68.    {
  69.       if(_root.endlevel1)
  70.       {
  71.          _root.stopbotsLevel1 = true;
  72.       }
  73.       _root.proceed = true;
  74.       _root.level1._x = -2688;
  75.    }
  76.    if(_root.level1._x < -1420)
  77.    {
  78.       _root.s1._visible = false;
  79.       _root.s2._visible = false;
  80.       _root.s3._visible = false;
  81.       _root.s4._visible = false;
  82.       _root.s5._visible = false;
  83.       _root.s6._visible = false;
  84.       _root.s7._visible = false;
  85.       _root.s8._visible = false;
  86.       _root.s9._visible = false;
  87.       _root.s10._visible = false;
  88.    }
  89. }
  90.